
APAR= II10239

** Last updated 2/11/97 **

The Client Access host servers are started with the Start Host
Server (STRHOSTSVR) command.  It is convenient to place this
command in the start-up program that runs at the end of an
AS/400 IPL.

If you plan to include the STRHOSTSVR command in the start-up
program, the authority to the STRHOSTSVR command must be
changed.  The QPGMR user profile must be given *USE authority
to the STRHOSTSVR command in order to issue the command from
the start-up program.

The Grant Object Authority (GRTOBJAUT) command can be used to
give authority to the QPGMR user profile:

 GRTOBJAUT OBJ(QSYS/STRHOSTSVR) OBJTYPE(*CMD) USER(QPGMR)
           AUT(*USE)

The Client Access host servers are ended with the End Host
Server (ENDHOSTSVR) command.  The QPGMR user profile does not
have authority to this command.  You can grant *USE authority to
to the ENDHOSTSVR command with the Grant Object Authority
(GRTOBJAUT) command:

 GRTOBJAUT OBJ(QSYS/ENDHOSTSVR) OBJTYPE(*CMD) USER(QPGMR)
           AUT(*USE)


